home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00223_Script_223 < prev    next >
Text File  |  2001-12-07  |  455b  |  27 lines

  1. property mysprite
  2.  
  3. on beginsprite me
  4.   set mysprite to the spritenum of me
  5.   set the blend of sprite mysprite = 0
  6. end
  7.  
  8. on mouseUp
  9.   --puppetSound 1, "Clicker"
  10.   window("WizardPopup").forget()
  11.   
  12.   global wWizard
  13.   wWizard = window("WizardPopup")
  14.   wWizard.visible = true
  15.   open wWizard
  16.   --  tell window "WizardPopup"
  17.   --    go to "WizardPopup"
  18.   --  end tell
  19. end
  20.  
  21. on mouseEnter
  22.   cursor(280)
  23. end
  24.  
  25. on mouseLeave
  26.   cursor(-1)
  27. end